home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / libs / help.library < prev    next >
Text File  |  1977-12-31  |  35KB  |  1,350 lines

  1. help
  2. Usage:  HELP [Command Name]
  3.     HELP [Search Letter]
  4.         
  5.         Help will describe the command that you specify in the command
  6.         line, if it finds it in the 'HELP.LIBRARY'.
  7.     
  8.     If a character is specified, help will search for all commands
  9.     beginning with that letter.
  10. #
  11. addbuffers
  12.         FORMAT:         ADDBUFFERS <drive> [<number>]
  13.         TEMPLATE:       DRIVE/A,NUMBER/N
  14.         PATH:           C:
  15.  
  16.         Adds cache buffers to a drive.
  17.  
  18.         Ex.  Addbuffers DF0: 30
  19. #
  20. addmonitor
  21.         FORMAT:         ADDMONITOR NUM=%d NAME=%s
  22.         TEMPLATE:       NUM/N/A,NAME/A,HBSTRT/K,HBSTOP/K
  23.                         HSSTRT/K,HSSTOP/K,VBSTRT/K,VBSTOP/K
  24.                         VSSTRT/K,VSSTOP/K,MINROW/K,MINCOL/K
  25.                         TOTROWS/K,TOTCOLS/K,BEAMCONO/K
  26.         PATH:           Sys:System/Addmonitor
  27.  
  28.         Informs the Amiga that a non-RGB style monitor has been
  29.         added to the system.
  30.  
  31.         Ex. Addmonitor NUM=3 NAME=Multiscan
  32. #
  33. alias
  34.         FORMAT:         ALIAS [<name>] [<string>]
  35.         TEMPLATE:       NAME,STRING/F
  36.         PATH:           ROM
  37.  
  38.         Creates a macro for a command or set of commands.
  39.         Lists current aliases.
  40.  
  41.         Ex. Alias 1d Dir Df1:
  42.         (Displays DF1:'s directory.)
  43.  
  44.         Ex. Alias Print Type [] to PRT:
  45.         (Types the specified file to the printer.)
  46. #
  47. ask
  48.         FORMAT:         ASK <prompt>
  49.         TEMPLATE:       PROMPT/A
  50.         PATH:           ROM
  51.  
  52.         Obtains user input when executing a script.
  53.  
  54.         Ex. Prompt Boot Parbench (Y/N)?
  55.         (Displays 'Boot Parbench (Y/N) in current window and waits
  56.         for user input.)
  57.  
  58.         See 'IF','ELSE','ENDIF', and 'WARN' for more information.
  59. #
  60. assign
  61.         FORMAT:         ASSIGN [<name>:{dir}] [LIST] [EXISTS]
  62.                         [DISMOUNT] [DEFER] [PATH] [ADD] [REMOVE]
  63.                         [VOLS] [DIRS] [DEVICES]
  64.         TEMPLATE:       NAME,TARGET/M,LIST/S,EXISTS/S,DISMOUNT/S,
  65.                         DEFER/S,PATH/S,ADD/S,REMOVE/S,VOLS/S,DIRS/S,
  66.                         DEVICES/S
  67.         PATH:           C:
  68.  
  69.         Assigns a device name to a system directory.
  70.  
  71.         Ex. Assign Art: Work:DPAINT/PICS
  72. #
  73. autopoint
  74.         FORMAT:         AUTOPOINT [CX_PRIORITY=<n>]
  75.         TEMPLATE:       CX_PRIORITY/K/N
  76.         PATH:           Extras2.0:Tools/Commodities/AutoPoint
  77.                         Sys:Tools/Commodities/AutoPoint
  78.  
  79.         Automatically select any window under the mouse pointer.
  80.  
  81.         Ex. Autopoint
  82. #
  83. avail
  84.         FORMAT:         [CHIP|FAST|TOTAL] [FLUSH]
  85.         TEMPLATE:       CHIP/S,FAST/S,TOTAL/S,FLUSH/S
  86.         PATH:           C:
  87.  
  88.         Reports the amount of Chip, Fast, and total memory available.
  89.         Flushes unused libraries from memory.
  90.         
  91.         Ex. Avail
  92.             Avail Chip
  93.             Avail Fast
  94. #
  95. binddrivers
  96.         FORMAT:         BINDDRIVERS
  97.         TEMPLATE:       NONE
  98.         PATH:           C:
  99.  
  100.         Loads and runs add-on hardware drivers in the SYS:EXPANSION
  101.         directory.
  102. #
  103. break
  104.         FORMAT:         BREAK <process> [ALL|C|D|E|F]
  105.         TEMPLATE:       PROCESS/A/N,ALL/S,C/S,D/S,E/S,F/S
  106.         PATH:           C:
  107.  
  108.         Sets attention flags in the specified process.
  109.         CTRL-C, CTRL-D, CTRL-E, and CTRL-F
  110.  
  111.         Ex. Break 7
  112.         (Sends CTRL-C to process 7.)
  113.             Break 5 D
  114.         (Sends CTRL-D to process 5.)
  115. #
  116. calculator
  117.         FORMAT:         Calculator
  118.         TEMPLATE:       NONE
  119.         PATH:           SYS:UTILITIES
  120.  
  121.         Calls up the calculator utility
  122. #
  123. cd
  124.         FORMAT:         CD [<DIR|PATTERN>]
  125.         TEMPLATE:       DIR
  126.         PATH:           ROM
  127.  
  128.         Changes or displays the current AmigaDOS directory.
  129.  
  130.         Ex. Cd Work:AmosPro
  131.         (Switch to the AmosPro directory in WORK:.)
  132.             Cd Li#?:
  133.         (Switch to the first directory in the current device
  134.         containing the string 'Li'.)
  135. #
  136. changetaskpri
  137.         FORMAT:         CHANGETASKPRI <priority> [<process>]
  138.         TEMPLATE:       PRI=PRIORITY/A/N,PROCESS/K/N
  139.         PATH:           C:
  140.  
  141.         Changes the priority of a currently running process.
  142.  
  143.         -128 = Lowest
  144.          127 = Highest
  145.  
  146.          Ex. CHANGETASKPRI 7 Process 2
  147.          (Changes the priority of process 2 to 7.)
  148. #
  149. clock
  150.         FORMAT:         CLOCK [DIGITAL] [[LEFT] <n>] [[TOP] <n>]
  151.                         [[WIDTH] <n>] [[HEIGHT] <n>] [24HOUR]
  152.                         [SECONDS][DATE]
  153.         TEMPLATE:       DIGITAL/S,LEFT/N,TOP/N,WIDTH/N,HEIGHT/N,
  154.                         24HOUR/S,SECONDS/S,DATE/S
  155.         PATH:           SYS:UTILITIES
  156.  
  157.         Calls up the on screen clock.
  158.  
  159.         Ex. Clock Digital 100 50
  160.         (Opens a digital clock at x-y location 100, 50.)
  161. #
  162. cmd
  163.         FORMAT:         CMD <devicename> <filename> [OPT s|m|n]
  164.         TEMPLATE:       DEVICENAME/A,FILENAME/S,OPT/K
  165.         PATH:           EXTRAS2.0:TOOLS
  166.                         SYS:TOOLS
  167.  
  168.         Redirects printer output to a file.
  169.  
  170.         s       Skip inital writes / reset
  171.         m       Intercept multiple files until Ctrl-C
  172.         n       Show progress
  173.  
  174.         Ex. CMD parallel ram:print_file
  175.         (Redirects parallel output to the file 'ram:print_file'.)
  176.             CMD serial ram:BBS.txt
  177.         (Redirects serial output to the file 'ram:BBS.txt'.)
  178. #
  179. colors
  180.         FORMAT:         COLORS [<bitplanes> screentype>]
  181.         TEMPLATE:       BITPLANES,SCREENTYPE
  182.         PATH:           EXTRAS2.0:TOOLS
  183.                         SYS:TOOLS
  184.  
  185.         Changes the colors of the front-most or custom screen.
  186.  
  187.         Bitplanes       Colors          Screentype      Resolution
  188.         1               2               0               320x200
  189.         2               4               1               320x400
  190.         3               8               2               640x200
  191.         4               16              3               640x400
  192.         5               32
  193.  
  194.         Ex. Colors 3 3
  195.         (Opens a custom screen with a resolution of 640x400x8.)
  196. #
  197. conclip
  198.         FORMAT:         CONCLIP [UNIT <n> ] [OFF]
  199.         TEMPLATE:       UNTIL/N,OFF/S
  200.         PATH:           C:
  201.  
  202.         Activates text copy/paste functions.
  203.         Moves data between the console.device (monitor) and the
  204.         clipboard.device (copy/paste).
  205.  
  206.                 CONTROL KEYS:
  207.  
  208.                         RIGHT AMIGA V : Paste Text
  209.                         RIGHT AMIGA C : Copy Text
  210.  
  211.         Ex. Conclip 0
  212.         (Turn conclip on as unit 0 [default].)
  213.             Conclip 0 OFF
  214.         (Deactivate clipping.)
  215. #
  216. copy
  217.         FORMAT:         COPY [FROM] {<name|pattern>} [TO] <name|pattern>
  218.                         [ALL] [QUIET] [BUF|BUFFER=<n>] [CLONE] [DATES]
  219.                         [NOPRO] [COM] [NOREQ]
  220.         TEMPLATE:       FROM/A/M,TO/A,ALL/S,QUIET'S,BUF=BUFFERS/K/N,
  221.                         CLONE/S,DATES/S,NOPRO/S,COM/S,NOREQ/S
  222.         PATH:           C:
  223.  
  224.         Copies files or directories to other locations on a drive.
  225.  
  226.         Enter double quotes ("") in the TO field to copy file to the 
  227.         current directory.
  228.  
  229.         Ex. Copy DF0:FONTS/Westgate.FONT to SYS:Fonts
  230.         (Copy the 'Westgate.FONT' file in drive DF0:'s FONTS directory
  231.         to SYS:'s fonts directory.)
  232.             Copy WORK:Games/SQ4SG.002 to ""
  233.         (Copy the file 'SQ4SG.002 in WORK:'s GAMES directory to the current 
  234.         directory.)
  235. #
  236. cpu
  237.         FORMAT:         CPU [CACHE] [BURST] [NOBURST] [DATACACHE]
  238.                         [DATABURST] [NODATACACHE] [NODATABURST]
  239.                         [INSTCACHE] [INSTBURST] [NOINSTCACHE] 
  240.                         [NOINSTBURST] [FASTROM] [NOFASTROM] [NOMMUTEST]
  241.                         [CHECK 68020|68030|68881|68882|68851|MMU|FPU]
  242.         TEMPLATE:       CACHE/S,BURST/S,NOCACHE/S,NOBURST/S,DATACACHE/S,
  243.                         DATABURST/S,NODATACACHE/S,NODATABURST/S,INSTCACHE/S,
  244.                         INSTBURST/S,NOINSTACACHE/S,NOINSTBURST/S,FASTROM/S,
  245.                         NOFASTROM/S,NOMMUTEST/S,CHECK/K
  246.         Path:           C:
  247.  
  248.         Changes the configuration of the CPU.
  249.         
  250.         CACHE/NOCACHE           Turns on/off data/intruction cache.
  251.         BURST/NOBURST           Turns on/off data/instruction burst mode.
  252.         [NO] DATA/INST/CACHE/BURST
  253.                                 Same as above, but with the option of
  254.                                 affecting only data or instructions.
  255.         FASTROM/NOFASTROM       Turns on/off kickstart remapping.
  256.         NOMMUTEST               Change MMU without use check.
  257.         CHECK                   Checks for the presence of the supplied
  258.                                 keyword.
  259. #
  260. date
  261.         FORMAT:         DATE [<day>] [<date>] [<time>] [TO|VER <filename>]
  262.         TEMPLATE:       DAY,DATE,TIME,TO=VER/K
  263.         PATH:           C:
  264.  
  265.         Displays or sets the system date/time.
  266.         Sends the current date to a file.
  267.  
  268.         Ex. Date 8-Nov-93 15:55
  269.         (Sets the system date/time to November 8, 1993 at 4:55 PM.)
  270.             Date to Rightnow.TXT
  271.         (Copies the system date/time to the file 'Rightnow.txt'.)
  272.             Date Tomorrow
  273.         (Sets the system date/time to tomorrow's date.)
  274. #
  275. delete
  276.         FORMAT:         DELETE {<name|pattern>} [ALL] [Q|QUIET] [FORCE]
  277.         TEMPLATE:       FILE/M/A,ALL/S,QUIET/S,FORCE/S
  278.         PATH:           C:
  279.  
  280.         Deletes files or directories.
  281.  
  282.         WARNING: YOU CANNOT GET BACK WHAT YOU DELETE!
  283.                  USE WITH CAUTION!
  284.  
  285.         Ex. Delete Work:Fred.txt
  286.         (Deletes the file 'FRED.TXT' from the WORK directory.)
  287.             Delete Work:Music ALL
  288.         (Deletes ALL files and subdirectories from the WORK:Music
  289.         directory.)
  290.             Delete DO_NOT_DELETE!.DOC FORCE
  291.         (Deletes the file 'DO_NOT_DELETE!.DOC' which is (was!)
  292.         protected from deletion.)
  293. #
  294. dir
  295.         FORMAT:         DIR [<dir|pattern>] [OPT A|I|AI|D|F] [ALL]
  296.                         [DIRS] [FILES] [INTER]
  297.         TEMPLATE:       DIR,OPT/K,ALL/S,DIRS/S,FILES/S,INTER/S
  298.         PATH:           C:
  299.  
  300.         Displays a sorted list of files and subdirectories in the current 
  301.         directory.
  302.  
  303.         ALL             Displays all subdirectories and their files.
  304.         DIRS            Displays ONLY directories.
  305.         FILES           Displays ONLY files.
  306.         INTER           Enters an interactive listing mode.
  307.                         [RETURN]        Next name
  308.                         E               Enter new directory
  309.                         B               Go back one dir level
  310.                         DEL - DELETE    Delete a file or empty directory
  311.                         T               Type file content
  312.                         C - COMMAND     Enter DOS commands
  313.                         Q               Quit interactice mode
  314.                         ?               List commands
  315. #
  316. diskchange
  317.         FORMAT:         DISKCHANGE <device>
  318.         TEMPLATE:       DEVICE/A
  319.         PATH:           C:
  320.  
  321.         Inform the Amiga of a media change in a device without diskchange
  322.         hardware.
  323.  
  324.         Ex. Diskchange DF2:
  325.         (DF2: being a 5.12" disk drive.)
  326.             Diskchange CD0:
  327.         (CD0: being a CD-ROM drive.)
  328. #
  329. diskcopy
  330.         FORMAT:         DISKCOPY [FROM] <disk> TO <disk> [NOVERIFY]
  331.                         [MULTI] [NAME <name>]
  332.         TEMPLATE:       DISK/A,TO/A,DISK/A,NOVERIFY/S,MULTI/S,NAME/S
  333.         PATH:           SYS:SYSTEM
  334.  
  335.         Copies the contents of one disk to another.
  336.  
  337.         NOVERIFY        Turns verification off,  speeding up the copy.
  338.         MULTI           Makes multiple copies without re-reading the
  339.                         source disk.
  340.         NAME <>         New name for copy.
  341.  
  342.         Ex. Diskcopy DF0: TO DF1: NOVERIFY NAME BACKUP
  343.         (Copies the disk in DF0: to DF1: without verification and renames
  344.         the copy to 'BACKUP'.)
  345. #
  346. diskdoctor
  347.         FORMAT:         DISKDOCTOR <drive>
  348.         TEMPLATE:       DRIVE/A
  349.         PATH:           C:
  350.  
  351.         Attempts to repair a corrupted disk.
  352.  
  353.         Ex. Diskdoctor DF0:
  354.  
  355.         Disks with unreadable root-directories are named 'Lazarus'.
  356.         Funk & Wagnalls: Lazarus b. In the New Testament: A brother
  357.                          of Martha and Mary, RAISED FROM THE DEAD
  358.                          by Christ.
  359.         (I was just as curious as you were!)
  360. #
  361. echo
  362.         FORMAT:         ECHO [<string>] [NOLINE]
  363.         TEMPLATE:       /M,NOLINE/S
  364.         PATH:           ROM
  365.  
  366.         Displays a specified string to the console.device (screen).
  367.  
  368.         NOLINE          Tells echo not to send the linefeed character.
  369.  
  370.         Ex. Echo "Only Amiga makes DOS work fun."
  371.         (Displays:
  372.                         Only Amiga makes DOS work fun.
  373.                         1.Work>
  374.         )
  375.             Echo "IBM: Inferior But Marketable." NOLINE
  376.         (Displays:
  377.                         IBM: Inferior But Marketable.1.Work>
  378.         )
  379. #
  380. ed
  381.         FORMAT:         ED [FROM] <filename> [SIZE <n>] [WITH]
  382.                         [WINDOW] [TABS] [WIDTH] [HEIGHT]
  383.         TEMPLATE:       FROM/A,SIZE/N,WITH/K,WINDOW/K,TABS/N
  384.                         WIDTH=COLS/N,HEIGHT=ROWS/N
  385.         PATH:           C:
  386.  
  387.         Allows the user to edit text files (such as the Help.Library).
  388.  
  389.         Ex. Edit S:Startup-Sequence
  390. #
  391. else
  392.         FORMAT:         ELSE
  393.         TEMPLATE:       NONE
  394.         PATH:           ROM
  395.  
  396.         Specifies an alternative action for an IF statment in a script
  397.         file.
  398.  
  399.         Ex.
  400.                 If warn
  401.                         Echo "Executing ParBench scripts..."
  402.                         ...
  403.                 else
  404.                         Echo "Executing SerBench scripts..."
  405.                         ...
  406.                 endif
  407.  
  408.         See 'WARN','IF', 'ASK', and 'ENDIF' for more information.
  409. #
  410. endcli
  411.         FORMAT:         ENDCLI
  412.         TEMPLATE:       NONE
  413.         PATH:           ROM
  414.  
  415.         Ends the current shell process.
  416. #
  417. endif
  418.         FORMAT:         ENDIF
  419.         TEMPLATE:       NONE
  420.         PATH:           ROM
  421.  
  422.         Terminates an IF block.
  423.  
  424.         Ex.
  425.                 If warn
  426.                         Echo "You pressed Y."
  427.                 endif
  428.  
  429.         See 'WARN','IF','ELSE', and 'ASK' for more information.
  430. #
  431. endshell
  432.     FORMAT:        ENDSHELL
  433.     TEMPLATE:    NONE
  434.     PATH:        ROM
  435.  
  436.     Ends the current shell process.
  437.     
  438.     See also: Endcli
  439. #
  440. endskip
  441.     FORMAT:        ENDSKIP
  442.     TEMPLATE:    NONE
  443.     PATH:        ROM
  444.  
  445.     Terminates the execution of a SKIP block in scripts.
  446.     When the ENDSKIP command is encountered, execution of the script
  447.     resumes at that line following the ENDSKIP.  The condition flag is
  448.     set to 5 (WARN).
  449.     
  450.     See also: SKIP
  451. #
  452. eval
  453.     FORMAT:        EVAL <value1> [<operation>] [<value2>] [TO <file>]
  454.             [LFORMAT=<string>]
  455.     TEMPLATE:    VALUE1/A,OP,VALUE2/M,TO/K,LFORMAT/K
  456.     PATH:        C:
  457.  
  458.     Evaluates and prints the answer of an integer expression.
  459.  
  460.     Operations:
  461.             +    Addition    -     Subtraction/Negation
  462.             *    Multiplication    /    Division
  463.             mod    Modulo        &    And
  464.             |    Or        ~    Not
  465.             <<    Left shift    >>    Right shift
  466.             xor    Exclusive OR    eqv    bitwise equivalence
  467.     
  468.     Ex. Eval 64/8+2
  469.     (Displays: 10)
  470.         Eval 0x4f/010 LFORMAT="The answer is %x4*n"
  471.     (Displays: The answer is 0009)
  472. #
  473. exchange
  474.     FORMAT:        EXCHANGE [CX_POPKEY=<key>] [CX_POPUP=no] 
  475.             [CX_PRIORITY=<n>]
  476.     TEMPLATE:    CX_POPKEY/K,CX_POPUP/K,CX_PRIORITY/K/N
  477.     PATH:        SYS:UTILITIES
  478.  
  479.     Runs the Commodity Exchange program used for monitoring and
  480.     controling other Commodity programs.
  481.  
  482.     Ex. Exchange "CX_POPKEY=SHIFT F1" "CX_POPUP=NO"
  483.     (Runs the Exchange program without displaying it's window.
  484.     It can be called by pressing the combination SHIFT F1.)
  485. #
  486. execute
  487.     FORMAT:        <script> [{arguments}]
  488.     TEMPLATE:    NONE
  489.     PATH:        C:
  490.  
  491.     Executes a script file with the specified arguments.
  492.     This command is needed to run any AmigaDOS script files that
  493.     have their 's' protection bit off.
  494.  
  495.     See also: PROTECT
  496. #
  497. failat
  498.     FORMAT:        FAILAT [<n>]
  499.     TEMPLATE:    RCLIM/N
  500.     PATH:        ROM
  501.  
  502.     Instructs a command sequence to fail is a program gives a return
  503.     code greater than or equal to the given value (<n>).
  504. #
  505. fault
  506.     FORMAT:        FAULT <error numbers>
  507.     TEMPLATE:    /N,/N,/N,/N,/N,/N,/N,/N,/N,/N
  508.     PATH:        ROM
  509.  
  510.     Prints the messages for the specified error code(s).
  511. #
  512. filenote
  513.     FORMAT:        FILENOTE [FILE] <file|pattern> [[COMMENT] <comment>]
  514.             [ALL] [QUIET]
  515.     TEMPLATE:    FILE/A,COMMENT,ALL/S,QUIET/S
  516.     PATH:        C:
  517.  
  518.     Attaches a comment (up to 79 charaters) to the specified filename.
  519. #
  520. fixfonts
  521.     FORMAT:        FIXFONTS
  522.     TEMPLATE:    NONE
  523.     PATH:        SYS:SYSTEM
  524.  
  525.     Updates the .font files in the FONTS: directory after a change.
  526. #
  527. fkey
  528.     FORMAT:        FKEY [F1-F10=<string>] [SF1-SF10=<string>]
  529.             [CX_PRIORITY=n] [CX_POPUP=yes|no]
  530.     TEMPLATE:    KEY,CX_PRIORITY/K/N,CX_POPUP/K
  531.     PATH:        SYS:TOOLS/COMMODITIES
  532.  
  533.     Assign a text string to any function or shifted function key.
  534. #
  535. font
  536.     FORMAT:        FONT [FROM <filename>] [EDIT] [USE] [SAVE] 
  537.             [WORKBENCH] [SCREEN] [SYSTEM]
  538.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S,WORKBENCH/S,SCREEN/S,SYSTEM/S
  539.     PATH:        SYS:PREFS
  540.  
  541.     Change the fonts used by the system.
  542. #
  543. format
  544.     FORMAT:        FORMAT DRIVE <drive> NAME <name> [NOICONS][QUICK][FFS]
  545.             [NOFFS]
  546.     TEMPLATE:    DRIVE/S/K,NAMES/A/K,NOICONS/S,QUICK/S,FFS/S,NOFFS/S
  547.     PATH:        SYS:SYSTEM
  548.  
  549.     Formats a disk for use with the Amiga.
  550.  
  551.     Ex. Format DRIVE DF0: NAME AmigaDISK
  552.     (Formats the disk in drive DF0: and names it "AmigaDISK".)
  553. #
  554. get
  555.     FORMAT:        GET <variable name>
  556.     TEMPLATE:    NAME/A
  557.     PATH:        ROM
  558.  
  559.     Displays the value of the specified variable name.
  560.  
  561.     Ex. Set My_Name "Amiga Q. User"
  562.         Get My_Name    
  563.     (Displays the string in the variable 'My_Name', which is currently
  564.     set to "Amiga Q. User".)
  565.  
  566.     See also: SET
  567. #
  568. getenv
  569.     FORMAT:        GETENV <name>
  570.     TEMPLATE:    NAME/A
  571.     PATH:        ROM
  572.  
  573.     Gets the value of the specified global variable.
  574.     Global variables are stored in ENV: and are recognized by all shell
  575.     processes.
  576.  
  577.     Ex. Setenv Computer "Amiga"
  578.         Getenv Compuer
  579.     (Displays the current value of the global variable 'Computer' in any
  580.     shell process.)
  581.  
  582.     See also: SETENV
  583. #
  584. graphicdump
  585.     FORMAT:        GRAPHICDUMP [TINY|SMALL|MEDIUM|LARGE|<xdots>:<ydots>]
  586.     TEMPLATE:    TINY/S,SMALL/S,MEDIUM/S,LARGE/S, <xdots>:<ydots>/S
  587.     PATH:        SYS:TOOLS
  588.  
  589.     Prints out the frontmost screen.
  590.  
  591.     TINY:    1/4 the total width allowed by the printer
  592.     SMALL:    1/2 the total width allowed by the printer
  593.     MEDIUM:    3/4 the total width allowed by the printer
  594.     LARGE:    the full width allowed by printer
  595.  
  596.     <xdots>:    Dots wide to print
  597.     <ydots>:    Dots high to print
  598. #
  599. iconedit
  600.     FORMAT:        ICONEDIT
  601.     TEMPLATE:    NONE
  602.     PATH:        SYS:TOOLS
  603.  
  604.     Opens the icon editor.
  605. #
  606. iconx
  607.     FORMAT:        ICONX
  608.     TEMPLATE:    NONE
  609.     PATH:        C:
  610.  
  611.     Allows the execution of a script file from an icon.
  612.     Placed in the 'defaul tool' field of an icon '.info' file.
  613. #
  614. if
  615.     FORMAT:        IF [NOT|WARN|ERROR|FAIL] [<string> EQ|GT|GE <string>]
  616.             [VAL] [EXISTS <filename>]
  617.     TEMPLATE:    NOT/S,WARN/S,ERROR/S,FAIL/A,,EQ/K,GT/K,GE/K,VAL/S,
  618.             EXISTS/K
  619.     PATH:        ROM
  620.  
  621.     Evaluates conditional operations in script files.
  622.  
  623.     Ex. If exists S:Welcome
  624.              type S:Welcome
  625.         endif
  626.  
  627.     See also: ENDIF
  628. #
  629. info
  630.     FORMAT:        INFO [<device>]
  631.     TEMPLATE:    DEVICE
  632.     PATH:        C:
  633.  
  634.     Gives information about the file system(s) specified.
  635.  
  636.     Ex. Info
  637.     (Displays will vary depending on system configuration.)
  638. #
  639. initprinter
  640.     FORMAT:        INITPRINTER
  641.     TEMPLATE:    NONE
  642.     PATH:        SYS:TOOLS
  643.  
  644.     Initializes a printer based on options set in the printer preferences
  645.     editors.  Same as rebooting the Amiga and restarting the printer.
  646. #
  647. input
  648.     FORMAT:        INPUT [FROM <filename>] [EDIT|USE|SAVE]
  649.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  650.     PATH:        SYS:PREFS
  651.  
  652.     Lets you specify the different speeds for the mouse and keyboard to
  653.     operate under.
  654. #
  655. install
  656.     FORMAT:        INSTALL [DRIVE] [NOBOOT] [CHECK] [FFS]
  657.     TEMPLATE:    DRIVE/A,NOBOOT/S,CHECK/S,FFS/S
  658.     PATH:        C:
  659.  
  660.     Writes a boot block to a formatted disk, specifying whether it should
  661.     be bootable.
  662.  
  663.     Ex. Install DF0:
  664.     (Makes the disk in drive DF0: bootable.)
  665. #
  666. iprefs
  667.     FORMAT:        IPREFS
  668.     TEMPLATE:    NONE
  669.     PATH:        C:
  670.  
  671.     Allows the preference editors to communicate with the Workbench, 
  672.     making    changes effective as necessary.  This command should only
  673.     be executed once as in the startup-sequence.
  674. #
  675. join
  676.     FORMAT:        JOIN {<file|pattern>} AS|TO <filename>
  677.     TEMPLATE:    FILE/M,AS=TO/K/A
  678.     PATH:        C:
  679.  
  680.     Concatenates two or more files into a new file.
  681.  
  682.     Ex. Join Part1.txt Part2.txt Part3.txt to Main.txt
  683.     (Combines the files 'Part1.txt', 'Part2.txt', and 'Part3.txt' to the 
  684.     file 'Main.txt'.)
  685. #
  686. keyshow
  687.     FORMAT:        KEYSHOW
  688.     TEMPLATE:    NONE
  689.     PATH:        SYS:TOOLS
  690.  
  691.     Displays the current Keymap.
  692. #
  693. list
  694.     FORMAT:        LIST [{<dir|pattern>}] [P|PAT <pattern>] [KEYS]
  695.             [DATES] [NODATES] [TO <filename>] [SUB <string>]
  696.             [SINCE <date>] [UPTO <date>] [QUICK] [BLOCK] [NOHEAD]
  697.             [FILES] [DIR] [LFORMAT <string>] [ALL]
  698.     TEMPLATE:    DIR/M,P=PAT/K,KEYS/S,DATES/S,NODATES/S,TO/K
  699.             SUB/K,SINCE/K,UPTO/K,QUICK/S,BLOCK/S,NOHEAD/S,
  700.             FILES/S,DIRS/S,LFORMATE/K,ALL/S
  701.     PATH:        C:
  702.  
  703.     Lists the specified information about directories and files.
  704. #
  705. loadwb
  706.     FORMAT:        LOADWB [-DEBUG][DELAY] [CLEANUP] [NEWPATH]
  707.     TEMPLATE:    -DEBUG/S,DELAY/S,CLEANUP/S,NEWPATH/S
  708.     PATH:        C:
  709.  
  710.     Starts the Workbench GUI.
  711.  
  712.         -DEBUG        Displays the developer menu
  713.         DELAY        Waits 3 seconds before loading Workbench
  714.         CLEANUP        Automatically "Cleans Up" the Workbench window
  715.         NEWPATH        Sets a new default path for future Shell tasks
  716.  
  717.     Ex. 1.Ram:> cd C:
  718.         1.System2.0:C> Loadwb NEWPATH
  719.     (Fututre Shell tasks will default to the path 'System2.0:C'.)
  720. #
  721. lock
  722.     FORMAT:        LOCK <drive> [ON|OFF] [<passkey>]
  723.     TEMPLATE:    DRIVE/A,ON/S,OFF/S,PASSKEY
  724.     PATH:        C:
  725.  
  726.     Sets the write protect status of s disk.
  727.  
  728.     Ex. Lock Work: ON ThePassword
  729.     (Sets the write protect status of 'WORK:' to on.)
  730.         Lock Work: OFF ThePassword
  731.     (Sets the write protect status of 'WORK:' to off.)
  732.         Lock Work: OFF
  733.         (This won't work because the passkey wasn't given.)
  734. #
  735. magtape
  736.     FORMAT:        MAGTAPE [DEVICE <devicename>] [UNIT <n>]
  737.             [RET|RETENSION] [REW|REWIND] [SKIP <n>]
  738.     TEMPLATE:    DEVICE/K,UNIT/N/K,RET=RETENSION/S,REW=REWIND/S,
  739.             SKIP/N/K
  740.     PATH:        C:
  741.  
  742.     Used to retension, rewind, or skip files on SCSI tapes.
  743. #
  744. makedir
  745.     FORMAT:        MAKEDIR {<name>} {<name>} etc..
  746.     TEMPLATE:    NAME/M
  747.     PATH:        C:
  748.  
  749.     Creates a new directory (without icon).
  750.  
  751.     Ex. Makedir Audio
  752.     (Makes a new directory called 'Audio' in the current path.)
  753.         Makedir Df0:Tests Ram:QuickSound Work:Programs/Turbo
  754.     (Makes three directories: 'TESTS' on drive DF0:, 'QuickSound' on RAM:
  755.      and 'Turbo' in Work:Programs.)
  756. #
  757. makelink
  758.     FORMAT:        MAKELINK [FROM] <file> [TO] <file> [HARD] [FORCE]
  759.     TEMPLATE:    FROM/A,TO/A,HARD/S,FORCE/S
  760.     PATH:        C:
  761.  
  762.     Creates a link between files.
  763.  
  764.     Ex. Makelink FROM Libs:H.library TO Libs:Help.library
  765.     (When an application calls for the 'H.Library', the 'Help.library
  766.      will be given..)
  767.     Ex. Makelink FROM C:Paint TO Work:DCTV/DCTVPaint
  768.     (Will load DCTVPaint when given 'Paint'.)
  769. #
  770. more
  771.     FORMAT:        MORE <filename>
  772.     TEMPLATE:    FILENAME/K
  773.     PATH:        SYS:UTILITIES
  774.  
  775.     Displays the contents of an Amiga ASCII file.
  776. #
  777. mount
  778.     FORMAT:        MOUNT <device> [FROM <filename>]
  779.     TEMPLATE:    DEVICE/A,FROM/K
  780.     PATH:        C:
  781.  
  782.     Makes the specified device connected to the Amiga available to
  783.     the system.  Device information is located in the Devs:Mountlist
  784.     file.
  785. #
  786. newcli
  787.     FORMAT:        NEWCLI [<window specification>] [FROM <filename>]
  788.     TEMPLATE:    WINDOW,FROM
  789.     PATH:        ROM
  790.  
  791.     Starts a new Shell process.
  792.  
  793.     See NEWSHELL for more information.
  794. #
  795. newshell
  796.     FORMAT:        NEWSHELL [<window specification>] [FROM <filename>]
  797.     TEMPLATE:    WINDOW,FROM
  798.     PATH:        ROM
  799.  
  800.     Opens a new interactive shell window.
  801.  
  802.             Window specifications:
  803.  
  804.         CON:x/y/width/hight/title/options
  805.  
  806.         x    Starting X co-ordinate
  807.         y     Starting Y co-ordinate
  808.         width    The width of the window, in pixels
  809.         height    The height of the window, in pixels
  810.         title    The shell window title bar text
  811.  
  812. !Press return to see window options.
  813.  
  814.                 Window options:
  815.  
  816.     AUTO        Window automatically appears when it needs input
  817.     CLOSE        The window has all standard gadgets, including
  818.             the close gadget
  819.     BACKDROP    The window appears behind the Workbench window
  820.             and only has the zoom gadget
  821.     NOBORDER    Window opens with no left or bottom border
  822.     NODRAG        The window cannot be dragged
  823.     NOSIZE        The window only has a depth gadget
  824.     SCREEN <name>    Opens the window in a public screen
  825.     SIMPLE        Expanding the window displays text that has
  826.             been cut off
  827.     SMART        Turns the 'SIMPLE' mode off
  828.     WAIT        The window can only be closed by clicking
  829.             on the close gadget
  830.     WINDOW        See DOS book for more information on this
  831.             PROGRAMMERS option
  832. #
  833. nocapslock
  834.     FORMAT:        NOCAPSLOCK [CX_PRIORITY=<n>]
  835.     TEMPLATE:    CX_PRIORITY/K/N
  836.     PATH:        SYS:TOOLS/COMMODITIES
  837.  
  838.     Disables the Caps Lock key.
  839.  
  840.     Pressing CRTL-E disables NoCapsLock
  841. #
  842. nofastmem
  843.     FORMAT:        NOFASTMEM
  844.     TEMPLATE:    NONE
  845.     PATH:        SYS:SYSTEM
  846.  
  847.     Forces the Amiga to use only CHIP memory.
  848. #
  849. overscan
  850.     FORMAT:        OVERSCAN [FROM <filename>] [EDIT] [USE]    [SAVE]
  851.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  852.     PATH:        SYS:PREFS
  853.  
  854.     Changes the size of the display areas for text and graphics.
  855. #
  856. palette
  857.     FORMAT:        PALLETE [FROM <filename>] [EDIT] [USE] [SAVE]
  858.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  859.     PATH:        SYS:PREFS
  860.  
  861.     Changes the colors of the Workbench screen.
  862. #
  863. path
  864.     FORMAT:        PATH [{<dir>}] [ADD] [SHOW] [RESET] [QUIET]
  865.             [REMOVE]
  866.     TEMPLATE:    DIR/M,ADD/S,SHOW/S,RESET/S,QUIET/S,REMOVE/S
  867.     PATH:        ROM
  868.  
  869.     Controls the directory listing that the Shell searches to find
  870.     commands.
  871. #
  872. pointer
  873.     FORMAT:        POINTER [FROM <filename>] [EDIT] [USE] [SAVE]
  874.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  875.     PATH:        SYS:PREFS
  876.  
  877.     Edits the appearance of the mouse pointer.
  878. #
  879. printer
  880.     FORMAT:        PRINTER [FROM <filename>] [EDIT] [USE] [SAVE]
  881.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  882.     PATH:        SYS:PREFS
  883.  
  884.     Specifies a printer and its options.
  885. #
  886. printergfx
  887.     FORMAT:        PRINTERGFX [FROM <filename>] [EDIT] [USE] [SAVE]
  888.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  889.     PATH:        SYS:PREFS
  890.  
  891.     Specifies printer graphics options.
  892. #
  893. prompt
  894.     FORMAT:        PROMPT [<prompt>]
  895.     TEMPLATE:    PROMPT
  896.     PATH:        ROM
  897.  
  898.     Changes the Shell prompt.
  899.  
  900.         Prompt variables:
  901.  
  902.             %N    The Shell task number
  903.             %S    The current directory
  904.             %R    The return code for the last operation
  905.             'date'    The current date and time
  906.                 (Executes the DATE command as prompt.)
  907. #
  908. protect
  909.     FORMAT:        PROTECT [FILE] <file|pattern> [FLAGS] [+|-]
  910.             [<flags>] [ADD|SUB] [ALL] [QUIET]
  911.     TEMPLATE:    FILE/A,FLAGS,ADD/S,SUB/S,ALL/S,QUIET/S
  912.     PATH:        C:
  913.  
  914.     Changes the protection bits of a file.
  915.  
  916.     Protection bits:
  917.  
  918.         r    The file can be read
  919.         w    The file can be written to
  920.         e    The file is executable (a program)
  921.         d    The file can be deleted
  922.         s    The file is a script
  923.         p    The file is a pure command that can be made
  924.             resident
  925.         a    The file has been archived
  926. #
  927. quit
  928.     FORMAT:        QUIT [<return code>]
  929.     TEMPLATE:    ReturnCode/M
  930.     PATH:        ROM
  931.  
  932.     Exits from a script with a return code.
  933. #
  934. relabel
  935.     FORMAT:        RELABEL [DRIVE] <drive> [NAME] <name>
  936.     TEMPLATE:    DRIVE/A,NAME/A
  937.     PATH:        C:
  938.  
  939.     Changes the volume name of a disk.
  940. #
  941. remrad
  942.     FORMAT:        REMRAD [<drive>] [FORCE]
  943.     TEMPLATE:    DRIVE,FORCE
  944.     PATH:        C:
  945.  
  946.     Removes the recoverable ramdrive.device.
  947.  
  948.     FORCE removes it, even though it is in use.
  949. #
  950. rename
  951.     FORMAT:        RENAME [{FROM}] <name> [TO|AS] <name> [QUIET]
  952.     TEMPLATE:    FROM/A/M,TO=AS/A,QUIET/S
  953.     PATH:        C:
  954.  
  955.     Changes the name of a file or directory.
  956. #
  957. resident
  958.     FORMAT:        RESIDENT [<resident name>] [<filename>] [REMOVE]
  959.             [ADD] [REPLACE] [PURE|FORCE] [SYSTEM]
  960.     TEMPLATE:    NAME,FILE,REMOCE/S,ADD/S,REPLACE/S,PURE=FORCE/S,
  961.             SYSTEM/S
  962.     PATH:        ROM
  963.  
  964.     Allows the user to display and modify the list of resident
  965.     commands.
  966.  
  967.     Pure (=force) forces a file with its pure-bit not set to
  968.     be resident.
  969. #
  970. run
  971.     FORMAT:        RUN <command> [+{<command>}]
  972.     TEMPLATE:    COMMAND/F
  973.     PATH:        C:
  974.  
  975.     Runs a program as a background process.
  976.     + allows the stacking of commands.
  977.  
  978.     Ex. Run Dir + Work:Apps/Dpaint + Del Backup.IFF
  979.         - or -
  980.         Run Dir +
  981.             Work:Apps/Dpaint +
  982.         Del Backup.IFF
  983.     (Will execute the specified programs.)
  984. #
  985. say
  986.     FORMAT:        SAY [-m] [-f] [-r] [-n] [-s <n>] [-p <n>]
  987.             [-x <filename>]
  988.     TEMPLATE:    -m/S,-f/S,-r/S,-n/S,-s/K/N,-p/K/N,-x/K
  989.     PATH:        SYS:UTILITIES
  990.  
  991.     Runs the built-in speech program.
  992.  
  993.     Say options:
  994.  
  995.         -m    Male voice        -f    Female voice
  996.         -r    Monotone voice        -n    Natural voice
  997.         -s<n>    Speed of voice (40-400)    -p<n>    Pitch of voice
  998.                             (65-320)
  999.  
  1000.         -x <filename>    Reads the contents of the specified
  1001.                 text file.
  1002.  
  1003. #
  1004. screenmode
  1005.     FORMAT:        SCREENMODE [FROM <filename>] [EDIT] [USE] [SAVE]
  1006.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  1007.     PATH:        SYS:PREFS
  1008.  
  1009.     Runs the screen preferences editor.
  1010. #
  1011. search
  1012.     FORMAT:        SEARCH [FROM] <name|pattern>
  1013.             [SEARCH|NAME] <string|pattern> [ALL] [NONUM] 
  1014.             [QUIET] [QUICK] [FILE] [PATTERN]
  1015.     TEMPLATE:    FROM/A/M,SEARCH/A,ALL/S,NONUM/S,QUIET/S,QUICK/S,
  1016.             FILES/S,PATTERN/S
  1017.     PATH:        C:
  1018.  
  1019.     Searches for the specified text string in the files of the 
  1020.     specified directory or directories.
  1021.  
  1022.     Search options:
  1023.  
  1024.         NONUM    Line numbers aren't printed
  1025.         QUIET    Files being searched are not displayed
  1026.         QUICK    Uses a more compact output format
  1027.         FILE    Looks for a file by the specified name, rather
  1028.             than a text string in the file
  1029.         PATTERN    Uses pattern matching in the search
  1030. #
  1031. serial
  1032.     FORMAT:        SERIAL [FROM <filename>] [EDIT] [USE] [SAVE]
  1033.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE/S
  1034.     PATH:        SYS:PREFS
  1035.  
  1036.     Runs the serial device preferences editor.
  1037. #
  1038. set
  1039.     FORMAT:        SET [<name>] [<string>]
  1040.     TEMPLATE:    NAME,STRING/F
  1041.     PATH:        ROM
  1042.  
  1043.     Sets a local variable.
  1044.  
  1045.     Ex. Set System "Commodore Amiga"
  1046.     (Sets the variable 'System' to the string 'Commodore Amiga'.)
  1047.         
  1048.     SEE ALSO: GET and UNSET
  1049. #
  1050. setclock
  1051.     FORMAT:        SETCLOCK LOAD|SAVE|RESET
  1052.     TEMPLATE:    LOAD/S,SAVE/S,RESET/S
  1053.     PATH:        C:
  1054.  
  1055.     Sets the system clock based on data stored in the battery
  1056.     backed-up time hardware.
  1057.  
  1058.     Setclock options:
  1059.  
  1060.         LOAD     Loads the system time from the battery backed-up
  1061.             hardware
  1062.  
  1063.         SAVE    Saves the system time to the battery backed-up
  1064.             hardware
  1065.  
  1066.         RESET    Resets the system clock completely.
  1067.             * Used when a poorly written program turns the clock
  1068.               off or other errors are involved.
  1069.  
  1070.     SEE ALSO: DATE
  1071. #
  1072. setdate
  1073.     FORMAT:        SETDATE <file|pattern> [<weekday>] [<date>]
  1074.             [<time>] [ALL]
  1075.     TEMPLATE:    FILE/A,WEEKDAY,DATE,TIME,ALL/S
  1076.     PATH:        C:
  1077.  
  1078.     Changes an AmigaDOS file or directory's timestamp.
  1079.  
  1080.     Ex. Setdate Help.library
  1081.     (Sets the Help.library's timestamp to the current date and time.)
  1082.         Setdate Help.library Tuesday
  1083.     (Sets the Help.library's timestamp to Tuesday of this week.)
  1084.  
  1085.     SEE ALSO: DATE
  1086. #
  1087. setenv
  1088.     FORMAT:        SETENV [<name>] [<string>]
  1089.     TEMPLATE:    NAME,STRING/F
  1090.     PATH:        ROM
  1091.  
  1092.     Sets a global variable for use with every Shell.
  1093.  
  1094.     Ex. Setenv Amiga "Creative"
  1095.     (Sets the global variable 'Amiga' to the string "Creative".)
  1096.  
  1097.     SEE ALSO: GETENV, UNSETENV
  1098. #
  1099. setfont
  1100.     FORMAT:        SETFONT <font> <size> [SCALE] [PROP] [ITALIC]
  1101.             [BOLD] [UNDERLINE]
  1102.     TEMPLATE:    NAME/A,SIZE/A,SCALE/S,PROP/S,ITALIC/S,BOLD/S,
  1103.             UNDERLINE/S
  1104.     PATH:        C:
  1105.  
  1106.     Changes the current Shell font.
  1107.  
  1108.     Setfont options:
  1109.  
  1110.         SCALE       Enables bitmap scaling
  1111.         PROP       Allows proportional fonts
  1112.         ITALIC       The font will be italic
  1113.         BOLD       The font will be boldface
  1114.         UNDERLINE  The font will be underlined
  1115. #
  1116. setmap
  1117.     FORMAT:        SETMAP <keymap>
  1118.     TEMPLATE:    KEYMAP/S
  1119.     PATH:        SYS:SYSTEM
  1120.  
  1121.     Changes the keymap used by the Amiga.
  1122.  
  1123. !Press return to see keymap names.
  1124.  
  1125.     Keymaps:
  1126.  
  1127.         cdn    French Canadian
  1128.         ch1    Swiss French
  1129.         ch2    Swiss German
  1130.         d    German
  1131.         dk    Danish
  1132.         e     Spanish
  1133.         f    French
  1134.         gb    Great Britain
  1135.         i     Italian
  1136.         is    Icelandic
  1137.         n    Norwegian
  1138.         s    Swedish
  1139.         usa0    American (for programs developed before V1.0)
  1140.         usa    American
  1141.         usa2    Dvorak
  1142. #
  1143. setpatch
  1144.     FORMAT:        [NOCACHE] [QUIET]
  1145.     TEMPLATE:    NOCACHE/S,QUIET/S
  1146.     PATH:        C:
  1147.  
  1148.     Makes the ROM patches to the system software.
  1149.  
  1150.     Setpatch options:
  1151.  
  1152.         NOCACHE     Turns off data cache on third-party accelerator
  1153.              cards.  Use when experiencing system failures.
  1154.  
  1155.         QUIET     Disables screen output
  1156. #
  1157. skip
  1158.     FORMAT:        SKIP [<label>] BACK
  1159.     TEMPLATE:    LABEL,BACK/S
  1160.     PATH:        ROM
  1161.  
  1162.     Skips forward to a label in script files.
  1163.  
  1164.         BACK     Searches from the start of the script file
  1165.  
  1166. !Press return for example.
  1167.     Ex. 
  1168.         ; Example for SKIP
  1169.  
  1170.         Echo You are using an
  1171.         skip Realname           ;Skip to the label 'REALNAME'
  1172.         echo IBM.        ;This line is never printed
  1173.         ;
  1174.         lab Realname            ;Label 'REALNAME'
  1175.          echo Amiga by Commodore.
  1176.             
  1177.         ;end.
  1178.  
  1179.     SEE ALSO: EXECUTE, LAB
  1180. #
  1181. sort
  1182.     FORMAT:        SORT [FROM] <file|pattern> [TO] <filename>
  1183.             [COLSTART <n>] [CASE] [NUMERIC]
  1184.     TEMPLATE:    FROM/S,TO/A,COLSTART/K.CASE/S,NUMERIC/S
  1185.     PATH:        C:
  1186.  
  1187.     Alphabetically sorts the lines of a file.
  1188.  
  1189.     Sort options:
  1190.  
  1191.         COLSTART <n>    Specifies a column to start comparison
  1192.         CASE        Capitalized items will output first
  1193.         NUMERIC        Items beginning with numbers will sort
  1194.                 by those numbers.  Others will be treated
  1195.                 as 0.
  1196. #
  1197. stack
  1198.     FORMAT:        STACK [<n>]
  1199.     TEMPLATE:    SIZE/N
  1200.     PATH:        ROM
  1201.  
  1202.     Displays or sets the stack value for the current process.
  1203.  
  1204.     * WARNING:   A stack size under 4000 or over 25000 may cause a
  1205.              software failure.  (Aka: Guru Message)
  1206. #
  1207. status
  1208.     FORMAT:        STATUS [<process>] [FULL] [TCB] [CLI|ALL]
  1209.             [COMMAND <command>]
  1210.     TEMPLATE:    PROCESS/N,FULL/S,TCB/S,CLI=ALL/S,COM=COMMAND/K
  1211.     PATH:        C:
  1212.  
  1213.     Lists information about Shell/CLI processes.
  1214.  
  1215.     Status options:
  1216.  
  1217.         <process>    Process number
  1218.         FULL        Gives a full list of information
  1219.                 (Stacksize, global vector size, priority,
  1220.                  current command)
  1221.         TCB        Same as FULL, but omits the command 
  1222.                 information.
  1223.         <command>    Tells status to search for the specified
  1224.                 command in the process list.
  1225.  
  1226.     SEE ALSO: BREAK
  1227. #
  1228. time
  1229.     FORMAT:        TIME [EDIT]
  1230.     TEMPLATE:    EDIT/S
  1231.     PATH:        SYS:PREFS
  1232.  
  1233.     Runs the system time editor.
  1234. #
  1235. type
  1236.     FORMAT:        TYPE <file|pattern> [TO <name>] [OPT H|N] [HEX]
  1237.             [NUMBER]
  1238.     TEMPLATE:    FROM/A/M,TO/K,OPT/K,HEX/S,NUMBER/S
  1239.     PATH:        C:
  1240.  
  1241.     Displays a test file.
  1242.  
  1243.     Type options:
  1244.  
  1245.         OPT H     Types file in hexadecimal format
  1246.         (HEX)
  1247.  
  1248.         OPT N     Types file with line numbers
  1249.         (NUMBER)
  1250. #
  1251. unalias
  1252.     FORMAT:        UNALIAS [<name>]
  1253.     TEMPLATE:    NAME
  1254.     PATH:        ROM
  1255.  
  1256.     Removes the named alias from the alias list.
  1257.     Unalias itself lists all aliases.
  1258.  
  1259.     SEE ALSO: ALIAS
  1260. #
  1261. unset
  1262.     FORMAT:        UNSET [<name>]
  1263.     TEMPLATE:    NAME
  1264.     PATH:        ROM
  1265.  
  1266.     Removes the speficied local variable from the variable list.
  1267.     Unset itself lists all variables.
  1268.  
  1269.     SEE ALSO: SET
  1270. #
  1271. unsetenv
  1272.     FORMAT:        UNSETENV [<name>]
  1273.     TEMPLATE:    NAME
  1274.     PATH:        ROM
  1275.  
  1276.     Removes the global variable specified from the global
  1277.     variable list.
  1278.     Unsetenv itself lists all global variables.
  1279. #
  1280. version
  1281.     FORMAT:        VERSION    [<library|device|file>]
  1282.             [<version #>] [<revision #>] [<unit #>]
  1283.             [FILE] [INTERNAL] [RES] [FULL]
  1284.     TEMPLATE:    NAME,VERSION,REVISION,UNIT,FILE/S, INTERNAL/S
  1285.             RES/S,FULL/S
  1286.     PATH:        C:
  1287.  
  1288.     Finds the software version and revision numbers of a library,
  1289.     command, device, or Workbench disk.
  1290.  
  1291.     Version options:
  1292.  
  1293.         <version#>      Returns 0 if either is greater than or    
  1294.         <revision#>     equal to the specified values, 5 (warn) 
  1295.                 otherwise
  1296.         
  1297.         <unit#>        Used with multi-unit devices
  1298. #
  1299. wait
  1300.     FORMAT:        WAIT [<n>] [SEC|SECS] [MIN|MINS] [UNTIL <time>]
  1301.     TEMPLATE:    /N,SEC=SECS/S,MIN=MINS/S,UNTIL/K
  1302.     PATH:        C:
  1303.  
  1304.     Waits for the specified time.
  1305.  
  1306.     Wait options:
  1307.  
  1308.         SEC    Wait x seconds
  1309.         (SECS)
  1310.  
  1311.         MIN    Wait x minutes
  1312.         (MINS)
  1313.  
  1314.         UNTIL <time>    Waits for the specified time
  1315.  
  1316.                 Ex. 20:35
  1317.                 (Waits for 8:35pm.)
  1318. #
  1319. wbpattern
  1320.     FORMAT:        WBPATTERN [FROM <filename>] [EDIT] [USE] [SAVE] 
  1321.             [WORKBENCH] [WINDOW]
  1322.     TEMPLATE:    FROM,EDIT/S,USE/S,SAVE,WORKBENCH/S,WINDOW/S
  1323.     PATH:        SYS:PREFS
  1324.  
  1325.     Runs the Workbench/Window pattern editor.
  1326. #
  1327. which
  1328.     FORMAT:        WHICH <command> [NORES] [RES] [ALL]
  1329.     TEMPLATE:    FILE/A,NORES/S,RES/S,ALL/S
  1330.     PATH:        C:
  1331.  
  1332.     Searches the command path for the specified item.
  1333.  
  1334.     Which options:
  1335.  
  1336.         NORES    The resident list is not examined
  1337.         RES    Only the resident list is examined
  1338.         ALL    Searches the entire search path, even after
  1339.             one or more instances of the named item have
  1340.             been found and listed
  1341. #
  1342. why
  1343.     FORMAT:        WHY
  1344.     TEMPLATE:    NONE
  1345.     PATH:        ROM
  1346.  
  1347.     Prints an error message that explains why the previous 
  1348.     command failed (if it did).
  1349. #
  1350.